V1.1.1 | 2025-08-21 | - function 'static void start_heartbeat_timer( long timeout_ms )' got fixed to avoid overflow when timer hits uin32 limit
- function 'static void location_fsm( void )' is now in the idle mode
- 'wifi_done_flag' should is set when the 'SMTC_MODEM_EVENT_WIFI_TERMINATED' is received
- only functions 'hal_mcu_init' and 'smtc_modem_init' are called with disabled interrupts.
- default value of 'below_40_percent' has been changed to true
- location_fsm and motion_fsm are now idle when low_power_mode_active is true
- Add a new setting for the low battery uplink period.
- Add 'reset_mcu_acc_threshold', this resets the mcu when the lis settings are changed
- Add asynchronous error message if any FSM execution took too long
- Add default SF10 datarate for US915
- Add 'power_fsm' function to deal with power transitions between the different states
- Removed ADR
|